typedef struct _trie
{
    char university[20];
    struct _trie* paths[10];
}

#Tries #data structure







你可能感興趣的文章

[筆記] Command Line 超新手入門

[筆記] Command Line 超新手入門

Spring boot系列(三)Hello World

Spring boot系列(三)Hello World

[ 筆記 ] HTML - 表單 form 介紹

[ 筆記 ] HTML - 表單 form 介紹






留言討論